Load a part of the page without AJAX [migrated]

Posted by nachovall on Pro Webmasters See other posts from Pro Webmasters or by nachovall
Published on 2012-10-18T11:14:22Z Indexed on 2012/10/18 17:26 UTC
Read the original article Hit count: 309

Filed under:
|
|
|

I'm developing a web site where I want the left menu to stay fix, while the content of the clicked option is loaded.

Actually, what I do is that each menu link using AJAX it return the requested content. Everything works fine but I would like to avoid it because then statistics are difficult to follow (among some other things like Google boots).

How can I do the same affect/similar (http://www.foundcrelamps.com/) without javascript?

© Pro Webmasters or respective owner

Related posts about html5

Related posts about jQuery